From: Russell King Date: Sat, 7 Jan 2006 16:55:50 +0000 (+0000) Subject: [ARM] byteorder.h needs linux/compiler.h X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~48054^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=fe5dd7c73d328b255286b6b65ca19dd34447f709;p=linux-4.9.git [ARM] byteorder.h needs linux/compiler.h Signed-off-by: Russell King --- diff --git a/include/asm-arm/byteorder.h b/include/asm-arm/byteorder.h index af42f449b9a6..741f5bc5d016 100644 --- a/include/asm-arm/byteorder.h +++ b/include/asm-arm/byteorder.h @@ -15,6 +15,7 @@ #ifndef __ASM_ARM_BYTEORDER_H #define __ASM_ARM_BYTEORDER_H +#include #include static inline __attribute_const__ __u32 ___arch__swab32(__u32 x)